home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / CAD / FSM_DES / !FSM_Des / !Run < prev    next >
Text File  |  1991-04-26  |  1KB  |  31 lines

  1. | Finite state machine designer run file.
  2. | To set up sys vars for the application.
  3. | Author:  J.Horsnell.
  4. | Date  :  sept '90.
  5. |
  6. | We need version 3.50 of the C library.
  7. RMEnsure SharedCLibrary 3.50 RMLoad System:Modules.Clib
  8. RMEnsure SharedCLibrary 3.50 Error You need Clib 3.50 or later
  9. |
  10. | We need version 2.80 of the Floating point emulator.
  11. RMEnsure FPEmulator 2.80 RMLoad System:Modules.FPE*
  12. RMEnsure FPEmulator 2.80 Error You need FPEmulator 2.80 or later
  13. |
  14. | Set up sys vars in case the boot file was missed
  15. Set FSM_Des$Dir <Obey$Dir>
  16. Set File$Type_700 FSM_data
  17. Set Alias$@RunType_700 Run <FSM_Des$Dir>.!Run %%*0
  18.  
  19. IconSprites <FSM_Des$Dir>.!Sprites
  20.  
  21. | open the source code directories.
  22. |Filer_OpenDir <FSM_Des$Dir> 142 1384 1612 148 -st -si
  23. |Filer_OpenDir <FSM_Des$Dir>.h 956 1180 712 452 -st -si
  24. |Filer_OpenDir <FSM_Des$Dir>.c 188 1180 712 452 -st -si
  25. |Run System:!Pause
  26.  
  27. | Start the application.
  28. RMENSURE SURE? 0 RMRUN <FSM_Des$Dir>.SURE?
  29. WimpSlot -min 480k
  30. Run <FSM_Des$Dir>.!RunImage %*0
  31.